[r929]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Project Information_1 / GetTextProperty2 / svnobj  Maximize  Restore  History

Download this file

10 lines (9 with data), 2.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
IF stKey = "Company" THEN
	GetTextProperty2 := ADR("co5e.org");
ELSIF stKey = "Project" THEN
	GetTextProperty2 := ADR("unittest");
ELSIF stKey = "Title" THEN
	GetTextProperty2 := ADR("Sparkplug Unit Test");
ELSE
	GetTextProperty2 := ADR("");
END_IF